home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / invest.zip / INVEST.ICF < prev    next >
Text File  |  1996-07-12  |  2KB  |  52 lines

  1. *---------------------------------------------------------------------
  2. *  Define the contents of this catalog file.
  3. *
  4. *  The following changes are required:
  5. *  - Change "<Product Name>" in the NAME and DESCRIPTION keywords to
  6. *    your product name.
  7. *
  8. *  You may change the value of the DESCRIPTION keyword to be more
  9. *  descriptive.
  10. *---------------------------------------------------------------------
  11. CATALOG
  12.   NAME         = 'Frobozz Investor',
  13.   DESCRIPTION  = 'Catalog for the investment application Frobozz Investor.'
  14.  
  15.  
  16. **********************************************************************
  17.  
  18.  
  19. *---------------------------------------------------------------------
  20. *  Include 1 PACKAGE entry for each product in the catalog.  You will
  21. *  usually only have 1 entry.
  22. *
  23. *  The following changes are required:
  24. *  - Change "<Product Name>" in the NAME keyword to your product name.
  25. *  - Change "0000-000" in the NUMBER keyword to your product number.
  26. *  - Change "0000" in the FEATURE keyword to your product feature.
  27. *  - Change "010100" in the VRM keyword to your product's version
  28. *    number.
  29. *  - Change "PACKAGE.PKG" in the PACKAGEFILE keyword to the name of
  30. *    the product's package file.
  31. *  - Change "DESCR.DSC" in the PKGDESCRFILE keyword to the name of
  32. *    the product's description file.
  33. *
  34. *  If the product does not have components, the following changes are
  35. *  required:
  36. *  - Change "2500000" in the SIZE keyword to number of byte required
  37. *    to install the product.
  38. *
  39. *  If you do not update the CONFIG.SYS during installation of the
  40. *  product, the following changes are required:
  41. *  - Change "YES" in the UPDATECONFIGSYS keyword to "NO".
  42. *---------------------------------------------------------------------
  43. PACKAGE
  44.   NAME            = 'Frobozz Investor',
  45.   NUMBER          = '0000-000',
  46.   FEATURE         = '0000',
  47.   VRM             = '014600',
  48.   PACKAGEFILE     = 'DRIVE: INVEST.PKG',
  49.   PKGDESCRFILE    = 'DRIVE: INVEST.DSC',
  50.   SIZE            = '2200000',
  51.   UPDATECONFIGSYS = 'NO'
  52.